Below, a specific arithmetic sequence, with a first element equal 20 and common difference equal 9, is defined recursively, where \(n\) is any whole number larger than 1.
\[a_{[1]} = 20\]\[d = 9\]\[a_{[n]} = a_{[n-1]}+d\]
Using that definition we can find the first few terms.
\[a_{[2]} ~=~ a_{[1]}+d ~=~ 20+9 ~=~ 29 \]\[a_{[3]} ~=~ a_{[2]}+d ~=~ 29+9 ~=~ 38 \]\[a_{[4]} ~=~ a_{[3]}+d ~=~ 38+9 ~=~ 47 \]\[a_{[5]} ~=~ a_{[4]}+d ~=~ 47+9 ~=~ 56 \]
We say the first element is 20, the second element is 29, the third element is 38, the fourth element is 47, and the fifth element is 56.
The index is the address, so \(a_{[2]}=29\) says that the term with an index of 2 has a value of 29.
To find the value of an element with a large index, it is useful to know the explicit formula:
\[a_{[n]} ~~=~~ a_{[1]}~+~(n-1)\cdot d \]
Find \(a_{[68]}\): the value of the element with an index equaling 68.
Below, a specific arithmetic sequence, with a first element equal 30 and common difference equal 10, is defined recursively, where \(n\) is any whole number larger than 1.
\[a_{[1]} = 30\]\[d = 10\]\[a_{[n]} = a_{[n-1]}+d\]
Using that definition we can find the first few terms.
\[a_{[2]} ~=~ a_{[1]}+d ~=~ 30+10 ~=~ 40 \]\[a_{[3]} ~=~ a_{[2]}+d ~=~ 40+10 ~=~ 50 \]\[a_{[4]} ~=~ a_{[3]}+d ~=~ 50+10 ~=~ 60 \]\[a_{[5]} ~=~ a_{[4]}+d ~=~ 60+10 ~=~ 70 \]
We say the first element is 30, the second element is 40, the third element is 50, the fourth element is 60, and the fifth element is 70.
The index is the address, so \(a_{[2]}=40\) says that the term with an index of 2 has a value of 40.
To find the value of an element with a large index, it is useful to know the explicit formula:
\[a_{[n]} ~~=~~ a_{[1]}~+~(n-1)\cdot d \]
Find \(a_{[66]}\): the value of the element with an index equaling 66.
Below, a specific arithmetic sequence, with a first element equal 22 and common difference equal 3, is defined recursively, where \(n\) is any whole number larger than 1.
\[a_{[1]} = 22\]\[d = 3\]\[a_{[n]} = a_{[n-1]}+d\]
Using that definition we can find the first few terms.
\[a_{[2]} ~=~ a_{[1]}+d ~=~ 22+3 ~=~ 25 \]\[a_{[3]} ~=~ a_{[2]}+d ~=~ 25+3 ~=~ 28 \]\[a_{[4]} ~=~ a_{[3]}+d ~=~ 28+3 ~=~ 31 \]\[a_{[5]} ~=~ a_{[4]}+d ~=~ 31+3 ~=~ 34 \]
We say the first element is 22, the second element is 25, the third element is 28, the fourth element is 31, and the fifth element is 34.
The index is the address, so \(a_{[2]}=25\) says that the term with an index of 2 has a value of 25.
To find the value of an element with a large index, it is useful to know the explicit formula:
\[a_{[n]} ~~=~~ a_{[1]}~+~(n-1)\cdot d \]
Find \(a_{[41]}\): the value of the element with an index equaling 41.
Below, a specific arithmetic sequence, with a first element equal 11 and common difference equal 14, is defined recursively, where \(n\) is any whole number larger than 1.
\[a_{[1]} = 11\]\[d = 14\]\[a_{[n]} = a_{[n-1]}+d\]
Using that definition we can find the first few terms.
\[a_{[2]} ~=~ a_{[1]}+d ~=~ 11+14 ~=~ 25 \]\[a_{[3]} ~=~ a_{[2]}+d ~=~ 25+14 ~=~ 39 \]\[a_{[4]} ~=~ a_{[3]}+d ~=~ 39+14 ~=~ 53 \]\[a_{[5]} ~=~ a_{[4]}+d ~=~ 53+14 ~=~ 67 \]
We say the first element is 11, the second element is 25, the third element is 39, the fourth element is 53, and the fifth element is 67.
The index is the address, so \(a_{[2]}=25\) says that the term with an index of 2 has a value of 25.
To find the value of an element with a large index, it is useful to know the explicit formula:
\[a_{[n]} ~~=~~ a_{[1]}~+~(n-1)\cdot d \]
Find \(a_{[77]}\): the value of the element with an index equaling 77.
Below, a specific arithmetic sequence, with a first element equal 2 and common difference equal 7, is defined recursively, where \(n\) is any whole number larger than 1.
\[a_{[1]} = 2\]\[d = 7\]\[a_{[n]} = a_{[n-1]}+d\]
Using that definition we can find the first few terms.
\[a_{[2]} ~=~ a_{[1]}+d ~=~ 2+7 ~=~ 9 \]\[a_{[3]} ~=~ a_{[2]}+d ~=~ 9+7 ~=~ 16 \]\[a_{[4]} ~=~ a_{[3]}+d ~=~ 16+7 ~=~ 23 \]\[a_{[5]} ~=~ a_{[4]}+d ~=~ 23+7 ~=~ 30 \]
We say the first element is 2, the second element is 9, the third element is 16, the fourth element is 23, and the fifth element is 30.
The index is the address, so \(a_{[2]}=9\) says that the term with an index of 2 has a value of 9.
To find the value of an element with a large index, it is useful to know the explicit formula:
\[a_{[n]} ~~=~~ a_{[1]}~+~(n-1)\cdot d \]
Find \(a_{[47]}\): the value of the element with an index equaling 47.
Below, a specific arithmetic sequence, with a first element equal 20 and common difference equal 14, is defined recursively, where \(n\) is any whole number larger than 1.
\[a_{[1]} = 20\]\[d = 14\]\[a_{[n]} = a_{[n-1]}+d\]
Using that definition we can find the first few terms.
\[a_{[2]} ~=~ a_{[1]}+d ~=~ 20+14 ~=~ 34 \]\[a_{[3]} ~=~ a_{[2]}+d ~=~ 34+14 ~=~ 48 \]\[a_{[4]} ~=~ a_{[3]}+d ~=~ 48+14 ~=~ 62 \]\[a_{[5]} ~=~ a_{[4]}+d ~=~ 62+14 ~=~ 76 \]
We say the first element is 20, the second element is 34, the third element is 48, the fourth element is 62, and the fifth element is 76.
The index is the address, so \(a_{[2]}=34\) says that the term with an index of 2 has a value of 34.
To find the value of an element with a large index, it is useful to know the explicit formula:
\[a_{[n]} ~~=~~ a_{[1]}~+~(n-1)\cdot d \]
Find \(a_{[69]}\): the value of the element with an index equaling 69.
Below, a specific arithmetic sequence, with a first element equal 5 and common difference equal 9, is defined recursively, where \(n\) is any whole number larger than 1.
\[a_{[1]} = 5\]\[d = 9\]\[a_{[n]} = a_{[n-1]}+d\]
Using that definition we can find the first few terms.
\[a_{[2]} ~=~ a_{[1]}+d ~=~ 5+9 ~=~ 14 \]\[a_{[3]} ~=~ a_{[2]}+d ~=~ 14+9 ~=~ 23 \]\[a_{[4]} ~=~ a_{[3]}+d ~=~ 23+9 ~=~ 32 \]\[a_{[5]} ~=~ a_{[4]}+d ~=~ 32+9 ~=~ 41 \]
We say the first element is 5, the second element is 14, the third element is 23, the fourth element is 32, and the fifth element is 41.
The index is the address, so \(a_{[2]}=14\) says that the term with an index of 2 has a value of 14.
To find the value of an element with a large index, it is useful to know the explicit formula:
\[a_{[n]} ~~=~~ a_{[1]}~+~(n-1)\cdot d \]
Find \(a_{[51]}\): the value of the element with an index equaling 51.
Below, a specific arithmetic sequence, with a first element equal 33 and common difference equal 9, is defined recursively, where \(n\) is any whole number larger than 1.
\[a_{[1]} = 33\]\[d = 9\]\[a_{[n]} = a_{[n-1]}+d\]
Using that definition we can find the first few terms.
\[a_{[2]} ~=~ a_{[1]}+d ~=~ 33+9 ~=~ 42 \]\[a_{[3]} ~=~ a_{[2]}+d ~=~ 42+9 ~=~ 51 \]\[a_{[4]} ~=~ a_{[3]}+d ~=~ 51+9 ~=~ 60 \]\[a_{[5]} ~=~ a_{[4]}+d ~=~ 60+9 ~=~ 69 \]
We say the first element is 33, the second element is 42, the third element is 51, the fourth element is 60, and the fifth element is 69.
The index is the address, so \(a_{[2]}=42\) says that the term with an index of 2 has a value of 42.
To find the value of an element with a large index, it is useful to know the explicit formula:
\[a_{[n]} ~~=~~ a_{[1]}~+~(n-1)\cdot d \]
Find \(a_{[65]}\): the value of the element with an index equaling 65.
Below, a specific arithmetic sequence, with a first element equal 14 and common difference equal 3, is defined recursively, where \(n\) is any whole number larger than 1.
\[a_{[1]} = 14\]\[d = 3\]\[a_{[n]} = a_{[n-1]}+d\]
Using that definition we can find the first few terms.
\[a_{[2]} ~=~ a_{[1]}+d ~=~ 14+3 ~=~ 17 \]\[a_{[3]} ~=~ a_{[2]}+d ~=~ 17+3 ~=~ 20 \]\[a_{[4]} ~=~ a_{[3]}+d ~=~ 20+3 ~=~ 23 \]\[a_{[5]} ~=~ a_{[4]}+d ~=~ 23+3 ~=~ 26 \]
We say the first element is 14, the second element is 17, the third element is 20, the fourth element is 23, and the fifth element is 26.
The index is the address, so \(a_{[2]}=17\) says that the term with an index of 2 has a value of 17.
To find the value of an element with a large index, it is useful to know the explicit formula:
\[a_{[n]} ~~=~~ a_{[1]}~+~(n-1)\cdot d \]
Find \(a_{[77]}\): the value of the element with an index equaling 77.
Below, a specific arithmetic sequence, with a first element equal 17 and common difference equal 9, is defined recursively, where \(n\) is any whole number larger than 1.
\[a_{[1]} = 17\]\[d = 9\]\[a_{[n]} = a_{[n-1]}+d\]
Using that definition we can find the first few terms.
\[a_{[2]} ~=~ a_{[1]}+d ~=~ 17+9 ~=~ 26 \]\[a_{[3]} ~=~ a_{[2]}+d ~=~ 26+9 ~=~ 35 \]\[a_{[4]} ~=~ a_{[3]}+d ~=~ 35+9 ~=~ 44 \]\[a_{[5]} ~=~ a_{[4]}+d ~=~ 44+9 ~=~ 53 \]
We say the first element is 17, the second element is 26, the third element is 35, the fourth element is 44, and the fifth element is 53.
The index is the address, so \(a_{[2]}=26\) says that the term with an index of 2 has a value of 26.
To find the value of an element with a large index, it is useful to know the explicit formula:
\[a_{[n]} ~~=~~ a_{[1]}~+~(n-1)\cdot d \]
Find \(a_{[79]}\): the value of the element with an index equaling 79.
Below, a specific arithmetic sequence, with a first element equal 6 and common difference equal 13, is defined recursively, where \(n\) is any whole number larger than 1.
\[a_{[1]} = 6\]\[a_{[n]} = a_{[n-1]}+13\]
Find the index of the element with a value of 370. In other words, find \(i\) such that \(a_{[i]}=370\).
Solution
Start with the explicit formula.
\[a_n = a_1 + (n-1)d \]
\[370 = 6+(i-1)\cdot 13 \]
Subtract 6.
\[364 = (i-1)\cdot 13 \]
Divide by 13.
\[28 = i-1 \]
Add 1.
\[29 = i \]
Double check.
\[a_{[29]} = 6+(29-1)\cdot 13 = 370 \]
If you are fancy, you can rearrange the explicit formula to create a new formula.
\[a_n = a_1+(n-1)d \]
\[a_n-a_1 = (n-1)d \]
\[\frac{a_n-a_1}{d} = n-1 \]
\[n = \frac{a_n-a_1}{d}+1 \]
Question
Below, a specific arithmetic sequence, with a first element equal 12 and common difference equal 13, is defined recursively, where \(n\) is any whole number larger than 1.
\[a_{[1]} = 12\]\[a_{[n]} = a_{[n-1]}+13\]
Find the index of the element with a value of 415. In other words, find \(i\) such that \(a_{[i]}=415\).
Solution
Start with the explicit formula.
\[a_n = a_1 + (n-1)d \]
\[415 = 12+(i-1)\cdot 13 \]
Subtract 12.
\[403 = (i-1)\cdot 13 \]
Divide by 13.
\[31 = i-1 \]
Add 1.
\[32 = i \]
Double check.
\[a_{[32]} = 12+(32-1)\cdot 13 = 415 \]
If you are fancy, you can rearrange the explicit formula to create a new formula.
\[a_n = a_1+(n-1)d \]
\[a_n-a_1 = (n-1)d \]
\[\frac{a_n-a_1}{d} = n-1 \]
\[n = \frac{a_n-a_1}{d}+1 \]
Question
Below, a specific arithmetic sequence, with a first element equal 48 and common difference equal 12, is defined recursively, where \(n\) is any whole number larger than 1.
\[a_{[1]} = 48\]\[a_{[n]} = a_{[n-1]}+12\]
Find the index of the element with a value of 324. In other words, find \(i\) such that \(a_{[i]}=324\).
Solution
Start with the explicit formula.
\[a_n = a_1 + (n-1)d \]
\[324 = 48+(i-1)\cdot 12 \]
Subtract 48.
\[276 = (i-1)\cdot 12 \]
Divide by 12.
\[23 = i-1 \]
Add 1.
\[24 = i \]
Double check.
\[a_{[24]} = 48+(24-1)\cdot 12 = 324 \]
If you are fancy, you can rearrange the explicit formula to create a new formula.
\[a_n = a_1+(n-1)d \]
\[a_n-a_1 = (n-1)d \]
\[\frac{a_n-a_1}{d} = n-1 \]
\[n = \frac{a_n-a_1}{d}+1 \]
Question
Below, a specific arithmetic sequence, with a first element equal 39 and common difference equal 5, is defined recursively, where \(n\) is any whole number larger than 1.
\[a_{[1]} = 39\]\[a_{[n]} = a_{[n-1]}+5\]
Find the index of the element with a value of 169. In other words, find \(i\) such that \(a_{[i]}=169\).
Solution
Start with the explicit formula.
\[a_n = a_1 + (n-1)d \]
\[169 = 39+(i-1)\cdot 5 \]
Subtract 39.
\[130 = (i-1)\cdot 5 \]
Divide by 5.
\[26 = i-1 \]
Add 1.
\[27 = i \]
Double check.
\[a_{[27]} = 39+(27-1)\cdot 5 = 169 \]
If you are fancy, you can rearrange the explicit formula to create a new formula.
\[a_n = a_1+(n-1)d \]
\[a_n-a_1 = (n-1)d \]
\[\frac{a_n-a_1}{d} = n-1 \]
\[n = \frac{a_n-a_1}{d}+1 \]
Question
Below, a specific arithmetic sequence, with a first element equal 29 and common difference equal 4, is defined recursively, where \(n\) is any whole number larger than 1.
\[a_{[1]} = 29\]\[a_{[n]} = a_{[n-1]}+4\]
Find the index of the element with a value of 141. In other words, find \(i\) such that \(a_{[i]}=141\).
Solution
Start with the explicit formula.
\[a_n = a_1 + (n-1)d \]
\[141 = 29+(i-1)\cdot 4 \]
Subtract 29.
\[112 = (i-1)\cdot 4 \]
Divide by 4.
\[28 = i-1 \]
Add 1.
\[29 = i \]
Double check.
\[a_{[29]} = 29+(29-1)\cdot 4 = 141 \]
If you are fancy, you can rearrange the explicit formula to create a new formula.
\[a_n = a_1+(n-1)d \]
\[a_n-a_1 = (n-1)d \]
\[\frac{a_n-a_1}{d} = n-1 \]
\[n = \frac{a_n-a_1}{d}+1 \]
Question
Below, a specific arithmetic sequence, with a first element equal 7 and common difference equal 10, is defined recursively, where \(n\) is any whole number larger than 1.
\[a_{[1]} = 7\]\[a_{[n]} = a_{[n-1]}+10\]
Find the index of the element with a value of 307. In other words, find \(i\) such that \(a_{[i]}=307\).
Solution
Start with the explicit formula.
\[a_n = a_1 + (n-1)d \]
\[307 = 7+(i-1)\cdot 10 \]
Subtract 7.
\[300 = (i-1)\cdot 10 \]
Divide by 10.
\[30 = i-1 \]
Add 1.
\[31 = i \]
Double check.
\[a_{[31]} = 7+(31-1)\cdot 10 = 307 \]
If you are fancy, you can rearrange the explicit formula to create a new formula.
\[a_n = a_1+(n-1)d \]
\[a_n-a_1 = (n-1)d \]
\[\frac{a_n-a_1}{d} = n-1 \]
\[n = \frac{a_n-a_1}{d}+1 \]
Question
Below, a specific arithmetic sequence, with a first element equal 37 and common difference equal 3, is defined recursively, where \(n\) is any whole number larger than 1.
\[a_{[1]} = 37\]\[a_{[n]} = a_{[n-1]}+3\]
Find the index of the element with a value of 109. In other words, find \(i\) such that \(a_{[i]}=109\).
Solution
Start with the explicit formula.
\[a_n = a_1 + (n-1)d \]
\[109 = 37+(i-1)\cdot 3 \]
Subtract 37.
\[72 = (i-1)\cdot 3 \]
Divide by 3.
\[24 = i-1 \]
Add 1.
\[25 = i \]
Double check.
\[a_{[25]} = 37+(25-1)\cdot 3 = 109 \]
If you are fancy, you can rearrange the explicit formula to create a new formula.
\[a_n = a_1+(n-1)d \]
\[a_n-a_1 = (n-1)d \]
\[\frac{a_n-a_1}{d} = n-1 \]
\[n = \frac{a_n-a_1}{d}+1 \]
Question
Below, a specific arithmetic sequence, with a first element equal 22 and common difference equal 4, is defined recursively, where \(n\) is any whole number larger than 1.
\[a_{[1]} = 22\]\[a_{[n]} = a_{[n-1]}+4\]
Find the index of the element with a value of 138. In other words, find \(i\) such that \(a_{[i]}=138\).
Solution
Start with the explicit formula.
\[a_n = a_1 + (n-1)d \]
\[138 = 22+(i-1)\cdot 4 \]
Subtract 22.
\[116 = (i-1)\cdot 4 \]
Divide by 4.
\[29 = i-1 \]
Add 1.
\[30 = i \]
Double check.
\[a_{[30]} = 22+(30-1)\cdot 4 = 138 \]
If you are fancy, you can rearrange the explicit formula to create a new formula.
\[a_n = a_1+(n-1)d \]
\[a_n-a_1 = (n-1)d \]
\[\frac{a_n-a_1}{d} = n-1 \]
\[n = \frac{a_n-a_1}{d}+1 \]
Question
Below, a specific arithmetic sequence, with a first element equal 10 and common difference equal 11, is defined recursively, where \(n\) is any whole number larger than 1.
\[a_{[1]} = 10\]\[a_{[n]} = a_{[n-1]}+11\]
Find the index of the element with a value of 395. In other words, find \(i\) such that \(a_{[i]}=395\).
Solution
Start with the explicit formula.
\[a_n = a_1 + (n-1)d \]
\[395 = 10+(i-1)\cdot 11 \]
Subtract 10.
\[385 = (i-1)\cdot 11 \]
Divide by 11.
\[35 = i-1 \]
Add 1.
\[36 = i \]
Double check.
\[a_{[36]} = 10+(36-1)\cdot 11 = 395 \]
If you are fancy, you can rearrange the explicit formula to create a new formula.
\[a_n = a_1+(n-1)d \]
\[a_n-a_1 = (n-1)d \]
\[\frac{a_n-a_1}{d} = n-1 \]
\[n = \frac{a_n-a_1}{d}+1 \]
Question
Below, a specific arithmetic sequence, with a first element equal 22 and common difference equal 12, is defined recursively, where \(n\) is any whole number larger than 1.
\[a_{[1]} = 22\]\[a_{[n]} = a_{[n-1]}+12\]
Find the index of the element with a value of 310. In other words, find \(i\) such that \(a_{[i]}=310\).
Solution
Start with the explicit formula.
\[a_n = a_1 + (n-1)d \]
\[310 = 22+(i-1)\cdot 12 \]
Subtract 22.
\[288 = (i-1)\cdot 12 \]
Divide by 12.
\[24 = i-1 \]
Add 1.
\[25 = i \]
Double check.
\[a_{[25]} = 22+(25-1)\cdot 12 = 310 \]
If you are fancy, you can rearrange the explicit formula to create a new formula.
\[a_n = a_1+(n-1)d \]
\[a_n-a_1 = (n-1)d \]
\[\frac{a_n-a_1}{d} = n-1 \]
\[n = \frac{a_n-a_1}{d}+1 \]
Question
Let \(a_{i}\) represent the \(i\)th element of an arithmetic sequence, and
\[a_{13} = 180\]\[a_{32} = 408\]
Find the common difference.
Solution
Start with the explicit formula.
\[a_n = a_1 + (n-1)d \]
Fill in the knowns, resulting in a system of 2 equations and 2 variables.
\[180 = a_1+(13-1)d \]\[408 = a_1+(32-1)d \]
Simplify the parentheses.
\[180 = a_1+12d \]\[408 = a_1+31d \]
Subtract the first equation from the second to eliminate \(a_1\).
\[228 = 19d \]
Divide by 19.
\[12 = d \]
Question
Let \(a_{i}\) represent the \(i\)th element of an arithmetic sequence, and
\[a_{30} = 433\]\[a_{48} = 685\]
Find the common difference.
Solution
Start with the explicit formula.
\[a_n = a_1 + (n-1)d \]
Fill in the knowns, resulting in a system of 2 equations and 2 variables.
\[433 = a_1+(30-1)d \]\[685 = a_1+(48-1)d \]
Simplify the parentheses.
\[433 = a_1+29d \]\[685 = a_1+47d \]
Subtract the first equation from the second to eliminate \(a_1\).
\[252 = 18d \]
Divide by 18.
\[14 = d \]
Question
Let \(a_{i}\) represent the \(i\)th element of an arithmetic sequence, and
\[a_{27} = 298\]\[a_{43} = 458\]
Find the common difference.
Solution
Start with the explicit formula.
\[a_n = a_1 + (n-1)d \]
Fill in the knowns, resulting in a system of 2 equations and 2 variables.
\[298 = a_1+(27-1)d \]\[458 = a_1+(43-1)d \]
Simplify the parentheses.
\[298 = a_1+26d \]\[458 = a_1+42d \]
Subtract the first equation from the second to eliminate \(a_1\).
\[160 = 16d \]
Divide by 16.
\[10 = d \]
Question
Let \(a_{i}\) represent the \(i\)th element of an arithmetic sequence, and
\[a_{19} = 123\]\[a_{34} = 198\]
Find the common difference.
Solution
Start with the explicit formula.
\[a_n = a_1 + (n-1)d \]
Fill in the knowns, resulting in a system of 2 equations and 2 variables.
\[123 = a_1+(19-1)d \]\[198 = a_1+(34-1)d \]
Simplify the parentheses.
\[123 = a_1+18d \]\[198 = a_1+33d \]
Subtract the first equation from the second to eliminate \(a_1\).
\[75 = 15d \]
Divide by 15.
\[5 = d \]
Question
Let \(a_{i}\) represent the \(i\)th element of an arithmetic sequence, and
\[a_{11} = 140\]\[a_{20} = 257\]
Find the common difference.
Solution
Start with the explicit formula.
\[a_n = a_1 + (n-1)d \]
Fill in the knowns, resulting in a system of 2 equations and 2 variables.
\[140 = a_1+(11-1)d \]\[257 = a_1+(20-1)d \]
Simplify the parentheses.
\[140 = a_1+10d \]\[257 = a_1+19d \]
Subtract the first equation from the second to eliminate \(a_1\).
\[117 = 9d \]
Divide by 9.
\[13 = d \]
Question
Let \(a_{i}\) represent the \(i\)th element of an arithmetic sequence, and
\[a_{35} = 268\]\[a_{53} = 394\]
Find the common difference.
Solution
Start with the explicit formula.
\[a_n = a_1 + (n-1)d \]
Fill in the knowns, resulting in a system of 2 equations and 2 variables.
\[268 = a_1+(35-1)d \]\[394 = a_1+(53-1)d \]
Simplify the parentheses.
\[268 = a_1+34d \]\[394 = a_1+52d \]
Subtract the first equation from the second to eliminate \(a_1\).
\[126 = 18d \]
Divide by 18.
\[7 = d \]
Question
Let \(a_{i}\) represent the \(i\)th element of an arithmetic sequence, and
\[a_{24} = 140\]\[a_{36} = 188\]
Find the common difference.
Solution
Start with the explicit formula.
\[a_n = a_1 + (n-1)d \]
Fill in the knowns, resulting in a system of 2 equations and 2 variables.
\[140 = a_1+(24-1)d \]\[188 = a_1+(36-1)d \]
Simplify the parentheses.
\[140 = a_1+23d \]\[188 = a_1+35d \]
Subtract the first equation from the second to eliminate \(a_1\).
\[48 = 12d \]
Divide by 12.
\[4 = d \]
Question
Let \(a_{i}\) represent the \(i\)th element of an arithmetic sequence, and
\[a_{40} = 531\]\[a_{50} = 661\]
Find the common difference.
Solution
Start with the explicit formula.
\[a_n = a_1 + (n-1)d \]
Fill in the knowns, resulting in a system of 2 equations and 2 variables.
\[531 = a_1+(40-1)d \]\[661 = a_1+(50-1)d \]
Simplify the parentheses.
\[531 = a_1+39d \]\[661 = a_1+49d \]
Subtract the first equation from the second to eliminate \(a_1\).
\[130 = 10d \]
Divide by 10.
\[13 = d \]
Question
Let \(a_{i}\) represent the \(i\)th element of an arithmetic sequence, and
\[a_{14} = 83\]\[a_{33} = 178\]
Find the common difference.
Solution
Start with the explicit formula.
\[a_n = a_1 + (n-1)d \]
Fill in the knowns, resulting in a system of 2 equations and 2 variables.
\[83 = a_1+(14-1)d \]\[178 = a_1+(33-1)d \]
Simplify the parentheses.
\[83 = a_1+13d \]\[178 = a_1+32d \]
Subtract the first equation from the second to eliminate \(a_1\).
\[95 = 19d \]
Divide by 19.
\[5 = d \]
Question
Let \(a_{i}\) represent the \(i\)th element of an arithmetic sequence, and
\[a_{32} = 514\]\[a_{40} = 634\]
Find the common difference.
Solution
Start with the explicit formula.
\[a_n = a_1 + (n-1)d \]
Fill in the knowns, resulting in a system of 2 equations and 2 variables.
\[514 = a_1+(32-1)d \]\[634 = a_1+(40-1)d \]
Simplify the parentheses.
\[514 = a_1+31d \]\[634 = a_1+39d \]
Subtract the first equation from the second to eliminate \(a_1\).
\[120 = 8d \]
Divide by 8.
\[15 = d \]
Question
Let \(a_{i}\) represent the \(i\)th term of an arithmetic series, and
\[a_1=9\]\[a_2=15\]
Find the sum of the first 16 terms. In other words,
\[\sum_{i=1}^{16}a_i = \,?\]
Solution
The sum of an arithmetic series is found by averaging the first and last terms and multiplying by the number of terms.
I think of an arithmetic series as representing stacks of coins in a stair pattern. Our goal is to count the coins.
Because of the regularity of the step size, the average stack height is simply the average of the first and last stacks.
If we redistribute the wealth, then all the stacks have the average height.
Thus, we just need to multiply the number of stacks by the average height. And the average height is simply the average of the first and last stack. \(54\cdot16 = 864\).
Question
Let \(a_{i}\) represent the \(i\)th term of an arithmetic series, and
\[a_1=11\]\[a_2=13\]
Find the sum of the first 39 terms. In other words,
\[\sum_{i=1}^{39}a_i = \,?\]
Solution
The sum of an arithmetic series is found by averaging the first and last terms and multiplying by the number of terms.
I think of an arithmetic series as representing stacks of coins in a stair pattern. Our goal is to count the coins.
Because of the regularity of the step size, the average stack height is simply the average of the first and last stacks.
If we redistribute the wealth, then all the stacks have the average height.
Thus, we just need to multiply the number of stacks by the average height. And the average height is simply the average of the first and last stack. \(49\cdot39 = 1911\).
Question
Let \(a_{i}\) represent the \(i\)th term of an arithmetic series, and
\[a_1=20\]\[a_2=24\]
Find the sum of the first 35 terms. In other words,
\[\sum_{i=1}^{35}a_i = \,?\]
Solution
The sum of an arithmetic series is found by averaging the first and last terms and multiplying by the number of terms.
I think of an arithmetic series as representing stacks of coins in a stair pattern. Our goal is to count the coins.
Because of the regularity of the step size, the average stack height is simply the average of the first and last stacks.
If we redistribute the wealth, then all the stacks have the average height.
Thus, we just need to multiply the number of stacks by the average height. And the average height is simply the average of the first and last stack. \(88\cdot35 = 3080\).
Question
Let \(a_{i}\) represent the \(i\)th term of an arithmetic series, and
\[a_1=12\]\[a_2=15\]
Find the sum of the first 15 terms. In other words,
\[\sum_{i=1}^{15}a_i = \,?\]
Solution
The sum of an arithmetic series is found by averaging the first and last terms and multiplying by the number of terms.
I think of an arithmetic series as representing stacks of coins in a stair pattern. Our goal is to count the coins.
Because of the regularity of the step size, the average stack height is simply the average of the first and last stacks.
If we redistribute the wealth, then all the stacks have the average height.
Thus, we just need to multiply the number of stacks by the average height. And the average height is simply the average of the first and last stack. \(33\cdot15 = 495\).
Question
Let \(a_{i}\) represent the \(i\)th term of an arithmetic series, and
\[a_1=6\]\[a_2=9\]
Find the sum of the first 17 terms. In other words,
\[\sum_{i=1}^{17}a_i = \,?\]
Solution
The sum of an arithmetic series is found by averaging the first and last terms and multiplying by the number of terms.
I think of an arithmetic series as representing stacks of coins in a stair pattern. Our goal is to count the coins.
Because of the regularity of the step size, the average stack height is simply the average of the first and last stacks.
If we redistribute the wealth, then all the stacks have the average height.
Thus, we just need to multiply the number of stacks by the average height. And the average height is simply the average of the first and last stack. \(30\cdot17 = 510\).
Question
Let \(a_{i}\) represent the \(i\)th term of an arithmetic series, and
\[a_1=15\]\[a_2=21\]
Find the sum of the first 32 terms. In other words,
\[\sum_{i=1}^{32}a_i = \,?\]
Solution
The sum of an arithmetic series is found by averaging the first and last terms and multiplying by the number of terms.
I think of an arithmetic series as representing stacks of coins in a stair pattern. Our goal is to count the coins.
Because of the regularity of the step size, the average stack height is simply the average of the first and last stacks.
If we redistribute the wealth, then all the stacks have the average height.
Thus, we just need to multiply the number of stacks by the average height. And the average height is simply the average of the first and last stack. \(108\cdot32 = 3456\).
Question
Let \(a_{i}\) represent the \(i\)th term of an arithmetic series, and
\[a_1=17\]\[a_2=19\]
Find the sum of the first 16 terms. In other words,
\[\sum_{i=1}^{16}a_i = \,?\]
Solution
The sum of an arithmetic series is found by averaging the first and last terms and multiplying by the number of terms.
I think of an arithmetic series as representing stacks of coins in a stair pattern. Our goal is to count the coins.
Because of the regularity of the step size, the average stack height is simply the average of the first and last stacks.
If we redistribute the wealth, then all the stacks have the average height.
Thus, we just need to multiply the number of stacks by the average height. And the average height is simply the average of the first and last stack. \(32\cdot16 = 512\).
Question
Let \(a_{i}\) represent the \(i\)th term of an arithmetic series, and
\[a_1=13\]\[a_2=15\]
Find the sum of the first 40 terms. In other words,
\[\sum_{i=1}^{40}a_i = \,?\]
Solution
The sum of an arithmetic series is found by averaging the first and last terms and multiplying by the number of terms.
I think of an arithmetic series as representing stacks of coins in a stair pattern. Our goal is to count the coins.
Because of the regularity of the step size, the average stack height is simply the average of the first and last stacks.
If we redistribute the wealth, then all the stacks have the average height.
Thus, we just need to multiply the number of stacks by the average height. And the average height is simply the average of the first and last stack. \(52\cdot40 = 2080\).
Question
Let \(a_{i}\) represent the \(i\)th term of an arithmetic series, and
\[a_1=17\]\[a_2=20\]
Find the sum of the first 15 terms. In other words,
\[\sum_{i=1}^{15}a_i = \,?\]
Solution
The sum of an arithmetic series is found by averaging the first and last terms and multiplying by the number of terms.
I think of an arithmetic series as representing stacks of coins in a stair pattern. Our goal is to count the coins.
Because of the regularity of the step size, the average stack height is simply the average of the first and last stacks.
If we redistribute the wealth, then all the stacks have the average height.
Thus, we just need to multiply the number of stacks by the average height. And the average height is simply the average of the first and last stack. \(38\cdot15 = 570\).
Question
Let \(a_{i}\) represent the \(i\)th term of an arithmetic series, and
\[a_1=4\]\[a_2=10\]
Find the sum of the first 15 terms. In other words,
\[\sum_{i=1}^{15}a_i = \,?\]
Solution
The sum of an arithmetic series is found by averaging the first and last terms and multiplying by the number of terms.
I think of an arithmetic series as representing stacks of coins in a stair pattern. Our goal is to count the coins.
Because of the regularity of the step size, the average stack height is simply the average of the first and last stacks.
If we redistribute the wealth, then all the stacks have the average height.
Thus, we just need to multiply the number of stacks by the average height. And the average height is simply the average of the first and last stack. \(46\cdot15 = 690\).
Using the linear model, predict \(y\) when \(x=51\).
Solution
Copy the \(x\) and \(y\) values into a spreadsheet.
Highlight the data. Insert chart \(\to\) scatterplot.
Under Setup, click Use column A as labels
Under Customize \(\to\) Series, click Trendline
Change the Label to Use Equation
The chart+trendline provide a nice visual, and an approximate linear model. To get more exact values for the slope and y-intercept, use the =linest() function. The first argument is the y values, and the second argument is the x values. For the third argument (calculate_b), use true. For the fourth argument (verbose), use false.
A
B
C
1
x
y
2
49.4
486.7
=linest(B2:B9, A2:A9, TRUE, FALSE)
3
53.7
539.6
4
52
551.3
5
57.6
602.5
6
57
595
7
48.8
519.4
8
51.5
519
9
58.8
585.1
That linest will provide two numbers: the slope 9.9769216 and the intercept 15.0620037.
So, our linear model is:
\[y = (9.9769216)x + (15.0620037) \]
Plug in the given value of \(x=51\) for prediction.
Using the linear model, predict \(y\) when \(x=71\).
Solution
Copy the \(x\) and \(y\) values into a spreadsheet.
Highlight the data. Insert chart \(\to\) scatterplot.
Under Setup, click Use column A as labels
Under Customize \(\to\) Series, click Trendline
Change the Label to Use Equation
The chart+trendline provide a nice visual, and an approximate linear model. To get more exact values for the slope and y-intercept, use the =linest() function. The first argument is the y values, and the second argument is the x values. For the third argument (calculate_b), use true. For the fourth argument (verbose), use false.
A
B
C
1
x
y
2
85.3
646.5
=linest(B2:B8, A2:A8, TRUE, FALSE)
3
89.7
732.7
4
78.5
597.1
5
91.4
702.4
6
90.3
715.2
7
76.2
589.7
8
80.7
649.5
That linest will provide two numbers: the slope 8.6746397 and the intercept -71.8791701.
So, our linear model is:
\[y = (8.6746397)x + (-71.8791701) \]
Plug in the given value of \(x=71\) for prediction.
Using the linear model, predict \(y\) when \(x=13\).
Solution
Copy the \(x\) and \(y\) values into a spreadsheet.
Highlight the data. Insert chart \(\to\) scatterplot.
Under Setup, click Use column A as labels
Under Customize \(\to\) Series, click Trendline
Change the Label to Use Equation
The chart+trendline provide a nice visual, and an approximate linear model. To get more exact values for the slope and y-intercept, use the =linest() function. The first argument is the y values, and the second argument is the x values. For the third argument (calculate_b), use true. For the fourth argument (verbose), use false.
A
B
C
1
x
y
2
26.4
92.5
=linest(B2:B8, A2:A8, TRUE, FALSE)
3
27.7
97.7
4
22.3
79.6
5
24.4
89.1
6
26.2
91.9
7
25.4
90.8
8
29.3
98.9
That linest will provide two numbers: the slope 2.7383199 and the intercept 20.4210381.
So, our linear model is:
\[y = (2.7383199)x + (20.4210381) \]
Plug in the given value of \(x=13\) for prediction.
Using the linear model, predict \(y\) when \(x=35\).
Solution
Copy the \(x\) and \(y\) values into a spreadsheet.
Highlight the data. Insert chart \(\to\) scatterplot.
Under Setup, click Use column A as labels
Under Customize \(\to\) Series, click Trendline
Change the Label to Use Equation
The chart+trendline provide a nice visual, and an approximate linear model. To get more exact values for the slope and y-intercept, use the =linest() function. The first argument is the y values, and the second argument is the x values. For the third argument (calculate_b), use true. For the fourth argument (verbose), use false.
A
B
C
1
x
y
2
25.6
140.8
=linest(B2:B9, A2:A9, TRUE, FALSE)
3
24.1
127.7
4
22.4
115.8
5
23.8
134.7
6
22
122
7
26.3
144.8
8
24.2
124
9
21.7
122.6
That linest will provide two numbers: the slope 5.3201474 and the intercept 2.6299981.
So, our linear model is:
\[y = (5.3201474)x + (2.6299981) \]
Plug in the given value of \(x=35\) for prediction.
Using the linear model, predict \(y\) when \(x=36\).
Solution
Copy the \(x\) and \(y\) values into a spreadsheet.
Highlight the data. Insert chart \(\to\) scatterplot.
Under Setup, click Use column A as labels
Under Customize \(\to\) Series, click Trendline
Change the Label to Use Equation
The chart+trendline provide a nice visual, and an approximate linear model. To get more exact values for the slope and y-intercept, use the =linest() function. The first argument is the y values, and the second argument is the x values. For the third argument (calculate_b), use true. For the fourth argument (verbose), use false.
A
B
C
1
x
y
2
35.1
373.7
=linest(B2:B9, A2:A9, TRUE, FALSE)
3
34.9
365.5
4
33.6
343.2
5
42
429.4
6
41.5
475.1
7
31.5
333.3
8
30
350.1
9
29.1
316.2
That linest will provide two numbers: the slope 10.2672149 and the intercept 16.9118038.
So, our linear model is:
\[y = (10.2672149)x + (16.9118038) \]
Plug in the given value of \(x=36\) for prediction.
Using the linear model, predict \(y\) when \(x=42\).
Solution
Copy the \(x\) and \(y\) values into a spreadsheet.
Highlight the data. Insert chart \(\to\) scatterplot.
Under Setup, click Use column A as labels
Under Customize \(\to\) Series, click Trendline
Change the Label to Use Equation
The chart+trendline provide a nice visual, and an approximate linear model. To get more exact values for the slope and y-intercept, use the =linest() function. The first argument is the y values, and the second argument is the x values. For the third argument (calculate_b), use true. For the fourth argument (verbose), use false.
A
B
C
1
x
y
2
36.3
210.2
=linest(B2:B9, A2:A9, TRUE, FALSE)
3
29.2
199.6
4
36.8
240
5
27.9
189.6
6
35.7
236.2
7
35.1
212.2
8
35
213
9
28.9
188.4
That linest will provide two numbers: the slope 4.3498364 and the intercept 67.1160418.
So, our linear model is:
\[y = (4.3498364)x + (67.1160418) \]
Plug in the given value of \(x=42\) for prediction.
Using the linear model, predict \(y\) when \(x=47\).
Solution
Copy the \(x\) and \(y\) values into a spreadsheet.
Highlight the data. Insert chart \(\to\) scatterplot.
Under Setup, click Use column A as labels
Under Customize \(\to\) Series, click Trendline
Change the Label to Use Equation
The chart+trendline provide a nice visual, and an approximate linear model. To get more exact values for the slope and y-intercept, use the =linest() function. The first argument is the y values, and the second argument is the x values. For the third argument (calculate_b), use true. For the fourth argument (verbose), use false.
A
B
C
1
x
y
2
60
367.4
=linest(B2:B7, A2:A7, TRUE, FALSE)
3
59
373.8
4
57.9
356.4
5
62.9
381.2
6
56.9
364.5
7
58.7
359.5
That linest will provide two numbers: the slope 3.4618709 and the intercept 162.0751775.
So, our linear model is:
\[y = (3.4618709)x + (162.0751775) \]
Plug in the given value of \(x=47\) for prediction.
Using the linear model, predict \(y\) when \(x=3\).
Solution
Copy the \(x\) and \(y\) values into a spreadsheet.
Highlight the data. Insert chart \(\to\) scatterplot.
Under Setup, click Use column A as labels
Under Customize \(\to\) Series, click Trendline
Change the Label to Use Equation
The chart+trendline provide a nice visual, and an approximate linear model. To get more exact values for the slope and y-intercept, use the =linest() function. The first argument is the y values, and the second argument is the x values. For the third argument (calculate_b), use true. For the fourth argument (verbose), use false.
A
B
C
1
x
y
2
16.2
111.9
=linest(B2:B10, A2:A10, TRUE, FALSE)
3
21.1
134.7
4
13.2
79
5
14.4
83.4
6
13.2
86.2
7
21.2
126.7
8
19.3
124.6
9
20.6
134.1
10
23.7
131.8
That linest will provide two numbers: the slope 5.6029436 and the intercept 11.0756103.
So, our linear model is:
\[y = (5.6029436)x + (11.0756103) \]
Plug in the given value of \(x=3\) for prediction.
Using the linear model, predict \(y\) when \(x=36\).
Solution
Copy the \(x\) and \(y\) values into a spreadsheet.
Highlight the data. Insert chart \(\to\) scatterplot.
Under Setup, click Use column A as labels
Under Customize \(\to\) Series, click Trendline
Change the Label to Use Equation
The chart+trendline provide a nice visual, and an approximate linear model. To get more exact values for the slope and y-intercept, use the =linest() function. The first argument is the y values, and the second argument is the x values. For the third argument (calculate_b), use true. For the fourth argument (verbose), use false.
A
B
C
1
x
y
2
40.7
297.6
=linest(B2:B9, A2:A9, TRUE, FALSE)
3
42.4
311.8
4
42.3
306.7
5
39.7
296.9
6
41.2
307.7
7
43.2
310.6
8
44.2
326.6
9
44.2
319.5
That linest will provide two numbers: the slope 5.7489043 and the intercept 66.8556537.
So, our linear model is:
\[y = (5.7489043)x + (66.8556537) \]
Plug in the given value of \(x=36\) for prediction.
Using the linear model, predict \(y\) when \(x=23\).
Solution
Copy the \(x\) and \(y\) values into a spreadsheet.
Highlight the data. Insert chart \(\to\) scatterplot.
Under Setup, click Use column A as labels
Under Customize \(\to\) Series, click Trendline
Change the Label to Use Equation
The chart+trendline provide a nice visual, and an approximate linear model. To get more exact values for the slope and y-intercept, use the =linest() function. The first argument is the y values, and the second argument is the x values. For the third argument (calculate_b), use true. For the fourth argument (verbose), use false.
A
B
C
1
x
y
2
24.4
162
=linest(B2:B10, A2:A10, TRUE, FALSE)
3
24.2
158.8
4
22.5
142.9
5
21.7
144.2
6
23.8
157.5
7
22.5
141.2
8
27.2
175.7
9
26.9
172
10
24.3
158.9
That linest will provide two numbers: the slope 6.3263207 and the intercept 4.1361384.
So, our linear model is:
\[y = (6.3263207)x + (4.1361384) \]
Plug in the given value of \(x=23\) for prediction.
To find the \(y\)-intercepts, set \(x\) to 0.
\[(4)(0)+(-3)(y_{\text{int1}}) = 12 \]\[-3y_{\text{int}1} = 12 \]\[y_{\text{int}1} = \frac{12}{-3} = -4 \]
Plot those intercepts, determine slope pattern, draw lines, and find intersection.
The intersection occurs at \((5,\,8)\).
Question
A thief is stealing xots and yivs. Each xot has a mass of 5 kilograms and a volume of 10 liters. Each yiv has a mass of 20 kilograms and a volume of 15 liters. The thief can carry a maximum mass of 100 kilograms and a maximum volume of 150 liters. The profit from each xot is $2.31 and the profit from each yiv is $4.8.
For your convenience, those numbers are organized in the table below.
attribute
xot
yiv
capacity
mass (kg)
5
20
100
volume (L)
10
15
150
profit ($)
2.31
4.80
\(\infty\)
What is the maximum profit the thief can produce? (In dollars.)
It might help to visualize this in 3D, with xots, yivs, and profit on the 3 axes. Sorry, I was not able to make a 3D plot show up here.
Question
A thief is stealing xots and yivs. Each xot has a mass of 4 kilograms and a volume of 7 liters. Each yiv has a mass of 16 kilograms and a volume of 14 liters. The thief can carry a maximum mass of 64 kilograms and a maximum volume of 98 liters. The profit from each xot is $1.98 and the profit from each yiv is $5.64.
For your convenience, those numbers are organized in the table below.
attribute
xot
yiv
capacity
mass (kg)
4
16
64
volume (L)
7
14
98
profit ($)
1.98
5.64
\(\infty\)
What is the maximum profit the thief can produce? (In dollars.)
It might help to visualize this in 3D, with xots, yivs, and profit on the 3 axes. Sorry, I was not able to make a 3D plot show up here.
Question
A thief is stealing xots and yivs. Each xot has a mass of 6 kilograms and a volume of 5 liters. Each yiv has a mass of 18 kilograms and a volume of 20 liters. The thief can carry a maximum mass of 108 kilograms and a maximum volume of 100 liters. The profit from each xot is $7.77 and the profit from each yiv is $8.81.
For your convenience, those numbers are organized in the table below.
attribute
xot
yiv
capacity
mass (kg)
6
18
108
volume (L)
5
20
100
profit ($)
7.77
8.81
\(\infty\)
What is the maximum profit the thief can produce? (In dollars.)
It might help to visualize this in 3D, with xots, yivs, and profit on the 3 axes. Sorry, I was not able to make a 3D plot show up here.
Question
A thief is stealing xots and yivs. Each xot has a mass of 16 kilograms and a volume of 6 liters. Each yiv has a mass of 8 kilograms and a volume of 18 liters. The thief can carry a maximum mass of 128 kilograms and a maximum volume of 108 liters. The profit from each xot is $7.51 and the profit from each yiv is $8.01.
For your convenience, those numbers are organized in the table below.
attribute
xot
yiv
capacity
mass (kg)
16
8
128
volume (L)
6
18
108
profit ($)
7.51
8.01
\(\infty\)
What is the maximum profit the thief can produce? (In dollars.)
It might help to visualize this in 3D, with xots, yivs, and profit on the 3 axes. Sorry, I was not able to make a 3D plot show up here.
Question
A thief is stealing xots and yivs. Each xot has a mass of 18 kilograms and a volume of 6 liters. Each yiv has a mass of 9 kilograms and a volume of 12 liters. The thief can carry a maximum mass of 162 kilograms and a maximum volume of 72 liters. The profit from each xot is $6.85 and the profit from each yiv is $8.26.
For your convenience, those numbers are organized in the table below.
attribute
xot
yiv
capacity
mass (kg)
18
9
162
volume (L)
6
12
72
profit ($)
6.85
8.26
\(\infty\)
What is the maximum profit the thief can produce? (In dollars.)
It might help to visualize this in 3D, with xots, yivs, and profit on the 3 axes. Sorry, I was not able to make a 3D plot show up here.
Question
A thief is stealing xots and yivs. Each xot has a mass of 4 kilograms and a volume of 18 liters. Each yiv has a mass of 20 kilograms and a volume of 6 liters. The thief can carry a maximum mass of 80 kilograms and a maximum volume of 108 liters. The profit from each xot is $3.54 and the profit from each yiv is $2.41.
For your convenience, those numbers are organized in the table below.
attribute
xot
yiv
capacity
mass (kg)
4
20
80
volume (L)
18
6
108
profit ($)
3.54
2.41
\(\infty\)
What is the maximum profit the thief can produce? (In dollars.)
It might help to visualize this in 3D, with xots, yivs, and profit on the 3 axes. Sorry, I was not able to make a 3D plot show up here.
Question
A thief is stealing xots and yivs. Each xot has a mass of 6 kilograms and a volume of 4 liters. Each yiv has a mass of 9 kilograms and a volume of 12 liters. The thief can carry a maximum mass of 54 kilograms and a maximum volume of 48 liters. The profit from each xot is $1.55 and the profit from each yiv is $3.07.
For your convenience, those numbers are organized in the table below.
attribute
xot
yiv
capacity
mass (kg)
6
9
54
volume (L)
4
12
48
profit ($)
1.55
3.07
\(\infty\)
What is the maximum profit the thief can produce? (In dollars.)
It might help to visualize this in 3D, with xots, yivs, and profit on the 3 axes. Sorry, I was not able to make a 3D plot show up here.
Question
A thief is stealing xots and yivs. Each xot has a mass of 16 kilograms and a volume of 12 liters. Each yiv has a mass of 10 kilograms and a volume of 15 liters. The thief can carry a maximum mass of 160 kilograms and a maximum volume of 180 liters. The profit from each xot is $8.95 and the profit from each yiv is $7.86.
For your convenience, those numbers are organized in the table below.
attribute
xot
yiv
capacity
mass (kg)
16
10
160
volume (L)
12
15
180
profit ($)
8.95
7.86
\(\infty\)
What is the maximum profit the thief can produce? (In dollars.)
It might help to visualize this in 3D, with xots, yivs, and profit on the 3 axes. Sorry, I was not able to make a 3D plot show up here.
Question
A thief is stealing xots and yivs. Each xot has a mass of 16 kilograms and a volume of 5 liters. Each yiv has a mass of 4 kilograms and a volume of 15 liters. The thief can carry a maximum mass of 64 kilograms and a maximum volume of 75 liters. The profit from each xot is $5.68 and the profit from each yiv is $7.5.
For your convenience, those numbers are organized in the table below.
attribute
xot
yiv
capacity
mass (kg)
16
4
64
volume (L)
5
15
75
profit ($)
5.68
7.50
\(\infty\)
What is the maximum profit the thief can produce? (In dollars.)
It might help to visualize this in 3D, with xots, yivs, and profit on the 3 axes. Sorry, I was not able to make a 3D plot show up here.
Question
A thief is stealing xots and yivs. Each xot has a mass of 4 kilograms and a volume of 15 liters. Each yiv has a mass of 16 kilograms and a volume of 5 liters. The thief can carry a maximum mass of 64 kilograms and a maximum volume of 75 liters. The profit from each xot is $7.97 and the profit from each yiv is $3.62.
For your convenience, those numbers are organized in the table below.
attribute
xot
yiv
capacity
mass (kg)
4
16
64
volume (L)
15
5
75
profit ($)
7.97
3.62
\(\infty\)
What is the maximum profit the thief can produce? (In dollars.)